home *** CD-ROM | disk | FTP | other *** search
- ; ROBIN-H1.SUB "Round Robin Dialer"
- ; by
- ; Samuel Smulowitz
- ; CENTURY ASSOCIATES
- ; 141-04 71st Avenue
- ; Flushing, N.Y. 11367
- ;
- ;
- START:
- ;
- HEAD1:
- CLEAR
- MESSAGE" ╔════════════════════════════════════════════════╗"
- MESSAGE" ║ Round Robin BBS dialing routine. ║"
- MESSAGE" ║ ║"
- MESSAGE" ║ NOTE: Enter 'SKIP' by any number to ║"
- MESSAGE" ║ remove number from dialing list. ║"
- MESSAGE" ╚════════════════════════════════════════════════╝"
- LOCATE 10,5
- ;
- EXECUTE "ROBIN.CMD"
- EXIT